All Questions
7 questions
0votes
1answer
224views
Spring Boot Account API with React Frontend and Identicon Integration
I have recently been exploring React and Spring Boot, and I would greatly appreciate your feedback on a practice application that I have developed. The application consists of a Spring Boot backend ...
3votes
1answer
99views
A controller for a Game Service
I have a Spring MVC controller but I'm not sure that it is a good or bad design. As far as I know, api versioning is missing but apart from that I implemented Swagger for documentation and added ...
2votes
2answers
2kviews
Get all data from an external and paginated Swagger API using Java / Feign / Spring
I have written the following method that allows me to import from another API all the items stored there using Feign. The only issue is that the external API provides a size limit of 2000 and ...
2votes
1answer
754views
Reviewing the file download controller in spring rest
In my project, so this controller is working perfectly, my objective is to read the log file from the server which is created on daily basis, so I have to read the log file which is heavier in size ...
2votes
1answer
98views
Spring RESTful API handling errors
I made a Spring RESTful api as backend for a website. I would like to get feedback on coverage of errors and the response I return accordingly, am I using the status codes correctly? Basically ...
2votes
2answers
3kviews
Toy Robot coding puzzle with Java
The following code is my solution to a code challenge I submitted a few days ago. I got rejected straight away with no feedback and I've wondered why. Here is the full code repo. Requirements ...
1vote
1answer
368views
Java API code with Spring
Model: ...